home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_66_Enter Checking Linear getPos.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  326 b   |  11 lines

  1. on enterFrame
  2.   FindButtons()
  3. end
  4.  
  5. on exitFrame
  6.   global gDefaultLinearList
  7.   set the text of member "Checking Linear GetaProp Display Field 1" to string(gDefaultLinearList)
  8.   set the text of member "Checking Linear GetAProp Input Field 2" to " "
  9.   set the text of member "Checking Linear GetAProp Display Field 3" to " "
  10. end
  11.